projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb95d1
)
(expand-c-for-skeleton): Add explicit terminating \n.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 16:39:20 +0000
(16:39 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 16:39:20 +0000
(16:39 +0000)
lisp/expand.el
patch
|
blob
|
history
diff --git
a/lisp/expand.el
b/lisp/expand.el
index 0e700c1d2a47287a60245107d2d684df8f4223e3..4c1daa430ea315f63210d9e8d362be33db596ff4 100644
(file)
--- a/
lisp/expand.el
+++ b/
lisp/expand.el
@@
-100,8
+100,7
@@
"Loop var: "
"for(" str _ @ "=0; " str @ "; " str @ ") {" \n
@ _ \n
- "}" >
- )
+ "}" > \n)
(defconst expand-c-sample-expand-list
'(("if" "if () {\n \n} else {\n \n}" (5 10 21))